home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / unixt~3h / unixtkit.arc / man.arc / MV.MAN < prev    next >
Text File  |  1988-03-28  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.         MV                    ST-UNIX User's Manual                    MV
  5.  
  6.  
  7.  
  8.         COMMAND
  9.              mv - move (rename) files
  10.  
  11.         FORMAT
  12.              mv [ -i ] [ -f ] [ - ] fileA fileB
  13.  
  14.              mv [ -i ] [ -f ] [ - ] file ... directory
  15.  
  16.         DESCRIPTION
  17.              _✓M_✓v moves (renames) _✓f_✓i_✓l_✓e_✓A to _✓f_✓i_✓l_✓e_✓B.
  18.  
  19.              If _✓f_✓i_✓l_✓e_✓B exists, the previous version is lost unless  it  is
  20.              readonly.  If  this is the case then the filename is printed
  21.              and the user is queried for a response.
  22.  
  23.              One or more _✓f_✓i_✓l_✓e_✓s (files or directories) can be moved  to  a
  24.              _✓d_✓i_✓r_✓e_✓c_✓t_✓o_✓r_✓y (retaining the original file-names).
  25.  
  26.              A file cannot be moved onto itself.
  27.  
  28.         OPTIONS
  29.              -i   interactive mode. No file  is  moved  unless  the  user
  30.                   answers 'y' to the prompt.
  31.  
  32.              -f   force move. The file will be copied if it  is  readonly
  33.                   or  copied  onto  a  file with that same name (but in a
  34.                   different directory).
  35.  
  36.              -    allows filenames staring with '-' to be moved.
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.         Printed 10/April/1987     1 April 1987                          1
  64.  
  65.  
  66.  
  67.